github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/russross/blackfriday/testdata/Inline HTML comments.text (about)

     1  Paragraph one.
     2  
     3  <!-- This is a simple comment -->
     4  
     5  <!--
     6  	This is another comment.
     7  -->
     8  
     9  Paragraph two.
    10  
    11  <!-- one comment block -- -- with two comments -->
    12  
    13  The end.